Skip to content

feat(firestore): global option to turn on implicit orderby#7641

Merged
wu-hui merged 3 commits intomainfrom
feat-implicit-orderby
Mar 19, 2026
Merged

feat(firestore): global option to turn on implicit orderby#7641
wu-hui merged 3 commits intomainfrom
feat-implicit-orderby

Conversation

@wu-hui
Copy link
Contributor

@wu-hui wu-hui commented Mar 17, 2026

@wu-hui wu-hui requested a review from a team as a code owner March 17, 2026 15:26
@product-auto-label product-auto-label bot added the api: firestore Issues related to the Firestore API. label Mar 17, 2026
@wu-hui wu-hui force-pushed the feat-implicit-orderby branch from f565d1f to ad6901a Compare March 17, 2026 15:47
@wu-hui wu-hui requested a review from a team as a code owner March 17, 2026 15:47
@wu-hui wu-hui force-pushed the feat-implicit-orderby branch from 3510568 to f40a641 Compare March 17, 2026 20:11
Copy link
Contributor

@MarkDuckworth MarkDuckworth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with suggestions

openTelemetry?: FirestoreOpenTelemetryOptions;
/**
* Whether to always use implicit order by clauses.
* @internal
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this @internal tag?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

* Whether to always use implicit order by clauses.
* @internal
*/
get alwaysUseImplicitOrderBy(): boolean;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want this property on the Firestore API? And if so, did you intend to leave it internal?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@wu-hui wu-hui force-pushed the feat-implicit-orderby branch from b3db01e to 7857b40 Compare March 19, 2026 16:25
@wu-hui wu-hui merged commit c9ae1d5 into main Mar 19, 2026
33 checks passed
@wu-hui wu-hui deleted the feat-implicit-orderby branch March 19, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: firestore Issues related to the Firestore API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants